home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / basic / blitzfix.readme < prev    next >
Text File  |  1999-05-23  |  2KB  |  49 lines

  1. Short:    [Blitz2] Fix for the 3rd parameter bug
  2. Author:   Julian Kinraid (jkinraid@clear.net.nz)
  3. Uploader: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  4. Type:     dev/basic
  5. Requires: Blitz2
  6.  
  7. This archive contains a patch for the acidlibs file of Blitz 2, to be used
  8. if there is a problem with passing the third parameter to Statements (and maybe
  9. Functions). To test if you need this patch, enter this program in Blitz:
  10.  
  11. ; ----- Program starts here
  12. NEWTYPE.big
  13.     a.l[20]
  14. END NEWTYPE
  15.  
  16. Statement test{a.w,b.w,c.w}
  17.     DEFTYPE.big breakit
  18.     NPrint c
  19. End Statement
  20.  
  21. test{0,0,0}
  22. VWait 500
  23. End
  24. ; ----- Program ends here
  25.  
  26. Run the program. The output should be 0. If it is not, then you need this
  27. patch.
  28.  
  29. Quit Blitz2 and run the FixAcidlibs script. Easy as that.
  30.  
  31. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  32.  dmcminn@house-of-mojo.freeserve.co.uk
  33.   http://members.xoom.com/David_McMinn
  34.  
  35.  
  36. ============================= Archive contents =============================
  37.  
  38. Original  Packed Ratio    Date     Time    Name
  39. -------- ------- ----- --------- --------  -------------
  40.      885     528 40.3% 06-May-99 14:08:24 +blitzfix.readme
  41.     2837    1381 51.3% 06-May-99 12:51:26 +blitzfix.readme.info
  42.    12476    6341 49.1% 02-Jan-97 19:56:26 +changelib
  43.      178     116 34.8% 06-May-99 12:33:38 +FixAcidlibs
  44.     2869    1453 49.3% 06-May-99 12:51:26 +FixAcidlibs.info
  45.      208     125 39.9% 20-Mar-98 09:56:12 +staticslib.obj
  46.     1636     861 47.3% 06-May-99 12:51:26  FixAcidlibs.info
  47. -------- ------- ----- --------- --------
  48.    21089   10805 48.7% 06-May-99 19:13:54   7 files
  49.